Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing General Polygons


Q3GeneralPolygon_New

You can use the Q3GeneralPolygon_New function to create a new general polygon.

TQ3GeometryObject Q3GeneralPolygon_New (
const TQ3GeneralPolygonData *generalPolygonData);
generalPolygonData
A pointer to a TQ3GeneralPolygonData structure.
DESCRIPTION
The Q3GeneralPolygon_New function returns, as its function result, a new general polygon having the contours and attributes specified by the generalPolygonData parameter. If a new general polygon could not be created, Q3GeneralPolygon_New returns the value NULL.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996